home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
libs
/
ctask22d
/
ctc.bat
< prev
next >
Wrap
DOS Batch File
|
1992-12-21
|
158b
|
7 lines
rem Batch-file to make Turbo C versions of the CTask kernel
rem and support routines.
tmake -fctask.tc
if errorlevel 1 goto exit
tmake -fctsup.tc
:exit